VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / QuadrilateralWarpCommand Class / QuadrilateralWarpCommand Constructors / QuadrilateralWarpCommand Constructor(PointF[])
Синтаксис Требования Смотрите также
В этом разделе
    QuadrilateralWarpCommand Constructor(PointF[])
    В этом разделе
    Инициализирует новый экземпляр класса QuadrilateralWarpCommand.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal destinationPoints
    Массив из четырех точек, определяющих четырехугольник.
    () As System.Drawing.PointF _
    )
    public QuadrilateralWarpCommand(
    System.Drawing.PointF[] destinationPoints
    )
    public: QuadrilateralWarpCommand(
    System.Drawing.PointF[]* destinationPoints
    )
    public:
    QuadrilateralWarpCommand(
    array<System.Drawing.PointF>^ destinationPoints
    )

    Parameters

    destinationPoints
    Массив из четырех точек, определяющих четырехугольник.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также